code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
DbCompileDbTrack
code_checker
database
Undocumented in source.
struct
DbCompileDbTrack {
void
put
(TrackFile f);
TrackFile
get
(Path path);
void
cleanup
(Duration dropAfter);
}
Members
Functions
cleanup
void
cleanup
(Duration dropAfter)
Remove old entries to avoid infinite growth of the database.
get
TrackFile
get
(Path path)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(TrackFile f)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
code_checker
database
modules
schema
aliases
FileId
functions
toTrackFile
structs
Database
DbCompileDbTrack
DbDependency
DbFile
DepFile
TrackFile